Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update reasons array to use module id instead of identifier #21895

Merged
merged 4 commits into from
Feb 5, 2021

Conversation

timneutkens
Copy link
Member

@timneutkens timneutkens commented Feb 5, 2021

Missed this then changing the modules array to rely on module.id

@ijjk
Copy link
Member

ijjk commented Feb 5, 2021

Stats from current PR

Default Server Mode (Decrease detected ✓)
General Overall decrease ✓
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
buildDuration 9.5s 9.7s ⚠️ +217ms
nodeModulesSize 75.3 MB 75.3 MB -60 B
Page Load Tests Overall decrease ⚠️
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
/ failed reqs 0 0
/ total time (seconds) 2.002 1.987 -0.01
/ avg req/sec 1249.01 1257.9 +8.89
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.417 1.432 ⚠️ +0.01
/error-in-render avg req/sec 1764.81 1745.75 ⚠️ -19.06
Client Bundles (main, webpack, commons)
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
677f882d2ed8..49c4.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 6.63 kB 6.63 kB
webpack-HASH.js gzip 751 B 751 B
Overall change 59.5 kB 59.5 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
polyfills-HASH.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Rendered Page Sizes
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
index.html gzip 615 B 615 B
link.html gzip 621 B 621 B
withRouter.html gzip 608 B 608 B
Overall change 1.84 kB 1.84 kB

Serverless Mode (Decrease detected ✓)
General Overall decrease ✓
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
buildDuration 11.2s 11.3s ⚠️ +177ms
nodeModulesSize 75.3 MB 75.3 MB -60 B
Client Bundles (main, webpack, commons)
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
677f882d2ed8..49c4.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 6.63 kB 6.63 kB
webpack-HASH.js gzip 751 B 751 B
Overall change 59.5 kB 59.5 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
polyfills-HASH.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Serverless bundles
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_error.js 1 MB 1 MB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 1 MB 1 MB
link.js 1.06 MB 1.06 MB
routerDirect.js 1.06 MB 1.06 MB
withRouter.js 1.06 MB 1.06 MB
Overall change 5.19 MB 5.19 MB

Webpack 5 Mode (Increase detected ⚠️)
General Overall decrease ✓
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
buildDuration 12s 11.9s -135ms
nodeModulesSize 75.3 MB 75.3 MB -60 B
Page Load Tests Overall increase ✓
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
/ failed reqs 0 0
/ total time (seconds) 2.014 2.023 ⚠️ +0.01
/ avg req/sec 1241.46 1235.89 ⚠️ -5.57
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.384 1.329 -0.05
/error-in-render avg req/sec 1806.93 1881.22 +74.29
Client Bundles (main, webpack, commons)
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
597-6c246419..806f.js gzip 13 kB 13 kB
framework.HASH.js gzip 39.3 kB 39.3 kB
main-HASH.js gzip 6.58 kB 6.58 kB
webpack-HASH.js gzip 954 B 954 B
Overall change 59.9 kB 59.9 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
polyfills-HASH.js gzip 31.1 kB 31.1 kB
Overall change 31.1 kB 31.1 kB
Client Pages
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_app-6e0a903..b885.js gzip 1.26 kB 1.26 kB
_error-7a100..a392.js gzip 3.38 kB 3.38 kB
hooks-f7e199..11b9.js gzip 904 B 904 B
index-3dc22c..ffbb.js gzip 232 B 232 B
link-c010d28..b60a.js gzip 1.63 kB 1.63 kB
routerDirect..323a.js gzip 308 B 308 B
withRouter-a..2ef8.js gzip 304 B 304 B
Overall change 8.02 kB 8.02 kB
Client Build Manifests
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_buildManifest.js gzip 299 B 299 B
Overall change 299 B 299 B
Rendered Page Sizes
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
index.html gzip 585 B 585 B
link.html gzip 592 B 592 B
withRouter.html gzip 580 B 580 B
Overall change 1.76 kB 1.76 kB

Diffs

Diff for index.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/",
         "query": {},
-        "buildId": "KbI9FpcTWlXJ6VNnc4zn1",
+        "buildId": "APSqZ29GIH3RE93hLnHWt",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/KbI9FpcTWlXJ6VNnc4zn1/_buildManifest.js"
+      src="/_next/static/APSqZ29GIH3RE93hLnHWt/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/KbI9FpcTWlXJ6VNnc4zn1/_ssgManifest.js"
+      src="/_next/static/APSqZ29GIH3RE93hLnHWt/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for link.html
@@ -48,7 +48,7 @@
         "props": { "pageProps": {} },
         "page": "/link",
         "query": {},
-        "buildId": "KbI9FpcTWlXJ6VNnc4zn1",
+        "buildId": "APSqZ29GIH3RE93hLnHWt",
         "isFallback": false,
         "gip": true
       }
@@ -82,11 +82,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/KbI9FpcTWlXJ6VNnc4zn1/_buildManifest.js"
+      src="/_next/static/APSqZ29GIH3RE93hLnHWt/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/KbI9FpcTWlXJ6VNnc4zn1/_ssgManifest.js"
+      src="/_next/static/APSqZ29GIH3RE93hLnHWt/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for withRouter.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/withRouter",
         "query": {},
-        "buildId": "KbI9FpcTWlXJ6VNnc4zn1",
+        "buildId": "APSqZ29GIH3RE93hLnHWt",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/KbI9FpcTWlXJ6VNnc4zn1/_buildManifest.js"
+      src="/_next/static/APSqZ29GIH3RE93hLnHWt/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/KbI9FpcTWlXJ6VNnc4zn1/_ssgManifest.js"
+      src="/_next/static/APSqZ29GIH3RE93hLnHWt/_ssgManifest.js"
       async=""
     ></script>
   </body>
Commit: 9a02001

@ijjk
Copy link
Member

ijjk commented Feb 5, 2021

Stats from current PR

Default Server Mode (Decrease detected ✓)
General Overall decrease ✓
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
buildDuration 8.9s 9.1s ⚠️ +235ms
nodeModulesSize 75.3 MB 75.3 MB -222 B
Page Load Tests Overall decrease ⚠️
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
/ failed reqs 0 0
/ total time (seconds) 1.79 1.826 ⚠️ +0.04
/ avg req/sec 1396.95 1369.17 ⚠️ -27.78
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.186 1.263 ⚠️ +0.08
/error-in-render avg req/sec 2108.5 1979.82 ⚠️ -128.68
Client Bundles (main, webpack, commons)
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
677f882d2ed8..49c4.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 6.63 kB 6.63 kB
webpack-HASH.js gzip 751 B 751 B
Overall change 59.5 kB 59.5 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
polyfills-HASH.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Rendered Page Sizes
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
index.html gzip 615 B 615 B
link.html gzip 621 B 621 B
withRouter.html gzip 608 B 608 B
Overall change 1.84 kB 1.84 kB

Serverless Mode (Decrease detected ✓)
General Overall decrease ✓
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
buildDuration 10.5s 10.9s ⚠️ +329ms
nodeModulesSize 75.3 MB 75.3 MB -222 B
Client Bundles (main, webpack, commons)
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
677f882d2ed8..49c4.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 6.63 kB 6.63 kB
webpack-HASH.js gzip 751 B 751 B
Overall change 59.5 kB 59.5 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
polyfills-HASH.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Serverless bundles
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_error.js 1 MB 1 MB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 1 MB 1 MB
link.js 1.06 MB 1.06 MB
routerDirect.js 1.06 MB 1.06 MB
withRouter.js 1.06 MB 1.06 MB
Overall change 5.19 MB 5.19 MB

Webpack 5 Mode (Decrease detected ✓)
General Overall decrease ✓
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
buildDuration 11s 11.2s ⚠️ +158ms
nodeModulesSize 75.3 MB 75.3 MB -222 B
Page Load Tests Overall decrease ⚠️
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
/ failed reqs 0 0
/ total time (seconds) 1.616 1.729 ⚠️ +0.11
/ avg req/sec 1546.58 1446.05 ⚠️ -100.53
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.124 1.128 0
/error-in-render avg req/sec 2224.95 2216.04 ⚠️ -8.91
Client Bundles (main, webpack, commons)
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
597-6c246419..806f.js gzip 13 kB 13 kB
framework.HASH.js gzip 39.3 kB 39.3 kB
main-HASH.js gzip 6.58 kB 6.58 kB
webpack-HASH.js gzip 954 B 954 B
Overall change 59.9 kB 59.9 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
polyfills-HASH.js gzip 31.1 kB 31.1 kB
Overall change 31.1 kB 31.1 kB
Client Pages
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_app-6e0a903..b885.js gzip 1.26 kB 1.26 kB
_error-7a100..a392.js gzip 3.38 kB 3.38 kB
hooks-f7e199..11b9.js gzip 904 B 904 B
index-3dc22c..ffbb.js gzip 232 B 232 B
link-c010d28..b60a.js gzip 1.63 kB 1.63 kB
routerDirect..323a.js gzip 308 B 308 B
withRouter-a..2ef8.js gzip 304 B 304 B
Overall change 8.02 kB 8.02 kB
Client Build Manifests
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_buildManifest.js gzip 299 B 299 B
Overall change 299 B 299 B
Rendered Page Sizes
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
index.html gzip 585 B 585 B
link.html gzip 592 B 592 B
withRouter.html gzip 580 B 580 B
Overall change 1.76 kB 1.76 kB

Diffs

Diff for index.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/",
         "query": {},
-        "buildId": "HG2_50v5ZSmehLvrjuIUZ",
+        "buildId": "Yo8SKbwtfmGJ4s27IHF2-",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/HG2_50v5ZSmehLvrjuIUZ/_buildManifest.js"
+      src="/_next/static/Yo8SKbwtfmGJ4s27IHF2-/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/HG2_50v5ZSmehLvrjuIUZ/_ssgManifest.js"
+      src="/_next/static/Yo8SKbwtfmGJ4s27IHF2-/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for link.html
@@ -48,7 +48,7 @@
         "props": { "pageProps": {} },
         "page": "/link",
         "query": {},
-        "buildId": "HG2_50v5ZSmehLvrjuIUZ",
+        "buildId": "Yo8SKbwtfmGJ4s27IHF2-",
         "isFallback": false,
         "gip": true
       }
@@ -82,11 +82,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/HG2_50v5ZSmehLvrjuIUZ/_buildManifest.js"
+      src="/_next/static/Yo8SKbwtfmGJ4s27IHF2-/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/HG2_50v5ZSmehLvrjuIUZ/_ssgManifest.js"
+      src="/_next/static/Yo8SKbwtfmGJ4s27IHF2-/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for withRouter.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/withRouter",
         "query": {},
-        "buildId": "HG2_50v5ZSmehLvrjuIUZ",
+        "buildId": "Yo8SKbwtfmGJ4s27IHF2-",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/HG2_50v5ZSmehLvrjuIUZ/_buildManifest.js"
+      src="/_next/static/Yo8SKbwtfmGJ4s27IHF2-/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/HG2_50v5ZSmehLvrjuIUZ/_ssgManifest.js"
+      src="/_next/static/Yo8SKbwtfmGJ4s27IHF2-/_ssgManifest.js"
       async=""
     ></script>
   </body>
Commit: 22d126f

@ijjk
Copy link
Member

ijjk commented Feb 5, 2021

Stats from current PR

Default Server Mode (Increase detected ⚠️)
General Overall decrease ✓
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
buildDuration 8.5s 8.5s -31ms
nodeModulesSize 75.3 MB 75.3 MB -222 B
Page Load Tests Overall increase ✓
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
/ failed reqs 0 0
/ total time (seconds) 1.772 1.725 -0.05
/ avg req/sec 1411.05 1449.41 +38.36
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.267 1.239 -0.03
/error-in-render avg req/sec 1972.88 2018.34 +45.46
Client Bundles (main, webpack, commons)
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
677f882d2ed8..49c4.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 6.63 kB 6.63 kB
webpack-HASH.js gzip 751 B 751 B
Overall change 59.5 kB 59.5 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
polyfills-HASH.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Rendered Page Sizes
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
index.html gzip 615 B 615 B
link.html gzip 621 B 621 B
withRouter.html gzip 608 B 608 B
Overall change 1.84 kB 1.84 kB

Serverless Mode (Decrease detected ✓)
General Overall decrease ✓
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
buildDuration 9.9s 9.9s ⚠️ +8ms
nodeModulesSize 75.3 MB 75.3 MB -222 B
Client Bundles (main, webpack, commons)
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
677f882d2ed8..49c4.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 6.63 kB 6.63 kB
webpack-HASH.js gzip 751 B 751 B
Overall change 59.5 kB 59.5 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
polyfills-HASH.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Serverless bundles
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_error.js 1 MB 1 MB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 1 MB 1 MB
link.js 1.06 MB 1.06 MB
routerDirect.js 1.06 MB 1.06 MB
withRouter.js 1.06 MB 1.06 MB
Overall change 5.19 MB 5.19 MB

Webpack 5 Mode (Decrease detected ✓)
General Overall decrease ✓
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
buildDuration 10.7s 10.5s -153ms
nodeModulesSize 75.3 MB 75.3 MB -222 B
Page Load Tests Overall decrease ⚠️
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
/ failed reqs 0 0
/ total time (seconds) 1.723 1.788 ⚠️ +0.06
/ avg req/sec 1451.35 1398.37 ⚠️ -52.98
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.266 1.254 -0.01
/error-in-render avg req/sec 1975.47 1992.97 +17.5
Client Bundles (main, webpack, commons)
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
597-6c246419..806f.js gzip 13 kB 13 kB
framework.HASH.js gzip 39.3 kB 39.3 kB
main-HASH.js gzip 6.58 kB 6.58 kB
webpack-HASH.js gzip 954 B 954 B
Overall change 59.9 kB 59.9 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
polyfills-HASH.js gzip 31.1 kB 31.1 kB
Overall change 31.1 kB 31.1 kB
Client Pages
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_app-6e0a903..b885.js gzip 1.26 kB 1.26 kB
_error-7a100..a392.js gzip 3.38 kB 3.38 kB
hooks-f7e199..11b9.js gzip 904 B 904 B
index-3dc22c..ffbb.js gzip 232 B 232 B
link-c010d28..b60a.js gzip 1.63 kB 1.63 kB
routerDirect..323a.js gzip 308 B 308 B
withRouter-a..2ef8.js gzip 304 B 304 B
Overall change 8.02 kB 8.02 kB
Client Build Manifests
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
_buildManifest.js gzip 299 B 299 B
Overall change 299 B 299 B
Rendered Page Sizes
vercel/next.js canary timneutkens/next.js fix/use-correct-id Change
index.html gzip 585 B 585 B
link.html gzip 592 B 592 B
withRouter.html gzip 580 B 580 B
Overall change 1.76 kB 1.76 kB

Diffs

Diff for index.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/",
         "query": {},
-        "buildId": "DzNGQWWcnY5ENI-G9vnqV",
+        "buildId": "JpOEtA7jgB0giDdQ2yxGr",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/DzNGQWWcnY5ENI-G9vnqV/_buildManifest.js"
+      src="/_next/static/JpOEtA7jgB0giDdQ2yxGr/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/DzNGQWWcnY5ENI-G9vnqV/_ssgManifest.js"
+      src="/_next/static/JpOEtA7jgB0giDdQ2yxGr/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for link.html
@@ -48,7 +48,7 @@
         "props": { "pageProps": {} },
         "page": "/link",
         "query": {},
-        "buildId": "DzNGQWWcnY5ENI-G9vnqV",
+        "buildId": "JpOEtA7jgB0giDdQ2yxGr",
         "isFallback": false,
         "gip": true
       }
@@ -82,11 +82,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/DzNGQWWcnY5ENI-G9vnqV/_buildManifest.js"
+      src="/_next/static/JpOEtA7jgB0giDdQ2yxGr/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/DzNGQWWcnY5ENI-G9vnqV/_ssgManifest.js"
+      src="/_next/static/JpOEtA7jgB0giDdQ2yxGr/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for withRouter.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/withRouter",
         "query": {},
-        "buildId": "DzNGQWWcnY5ENI-G9vnqV",
+        "buildId": "JpOEtA7jgB0giDdQ2yxGr",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/DzNGQWWcnY5ENI-G9vnqV/_buildManifest.js"
+      src="/_next/static/JpOEtA7jgB0giDdQ2yxGr/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/DzNGQWWcnY5ENI-G9vnqV/_ssgManifest.js"
+      src="/_next/static/JpOEtA7jgB0giDdQ2yxGr/_ssgManifest.js"
       async=""
     ></script>
   </body>
Commit: 04021c7

This was referenced Jan 18, 2022
@vercel vercel locked as resolved and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants